home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 October / Macformat17.cdr / Shareware City / Developers / EDS 7.0.3 Update / READ ME < prev   
Encoding:
Text File  |  1994-07-11  |  3.7 KB  |  92 lines  |  [TEXT/ttxt]

  1. ABOUT SYMANTEC C++ FOR MACINTOSH 7.0.3
  2. =======================================
  3. Copyright © 1994 Symantec Corporation. All Rights Reserved.
  4. June 16, 1994
  5. Font: Geneva 12
  6.  
  7. INTRODUCTION
  8. =============
  9. Symantec C++ for Macintosh version 7.0.3 corrects problems with the 7.0.2
  10. release of the following components of Symantec C++ for Macintosh:
  11. THINK Project Manager, THINK Debugger, Symantec C++, and THINK C, and
  12. the runtime libraries.
  13.  
  14. The files in the “Release Notes” folder lists the most important bugs that
  15. this update fixes in the various components of Symantec C++ for Macintosh.
  16.  
  17. About Version Numbers
  18. ---------------------
  19. The patch applications contained in this update will bring the respective
  20. component to the latest released version. It is sometimes the case that one
  21. of the components of the Symantec C++ for Macintosh system is not updated
  22. for a particular release and as such the patcher may not be applicable to you.
  23.  
  24. UPDATING YOUR SYSTEM
  25. =====================
  26. This section tells you how to run the various patch programs to update your
  27. Symantec C++ for Macintosh components, and how to update your libraries.
  28.  
  29. This update contains four small applications in the ‘Patches’ folder that
  30. will transform your components into the new versions. Updating is easy:
  31.  
  32. • Make sure that you update a clean installation of Symantec C++ for
  33.   Macintosh 7.0. While the patch applications will probably work with
  34.   your existing installation, they are not guaranteed to.
  35. • Double-click on the patch application (e.g. “TPM 7.0.3 Patch”).
  36. • Read the messages in the dialog that comes up; they may contain
  37.   important information. Click the ‘Patch’ button.
  38. • Find the component asked for using the standard file dialog box.
  39.  
  40.  •••••••••
  41.  IMPORTANT
  42.  •••••••••
  43.     
  44.  The patch is done in place! This means that the patcher will overwrite
  45.  the file you’re updating. When it is done, you will get a confirmation that
  46.  the patch was successful if all goes well.
  47.     
  48. • Repeat these steps for the other patches in the ‘Patches’ folder:
  49.  
  50.     Symantec C++ 7.0.3 Patch
  51.     THINK C 7.0.3 Patch
  52.     THINK Debugger 7.0.1 Patch*
  53.  
  54. (*) If necessary.
  55.  
  56. Updating the Libraries
  57. --------------------
  58. The library updates are contained in a Compact Pro self extracting archive.
  59. Installing them is easy:
  60.  
  61. • Double-click on the file “Library Updates.sea”.
  62. • When it asks you to “Select the destination folder”, move to your
  63.   Symantec C++ for Macintosh folder and click “Extract”.
  64. • The archive will begin to extract its files, and at one point will say
  65.   that a duplicate file was found. This is correct; press the “Replace ALL
  66.   Duplicates” button to finish the installation.
  67. • If you have the Universal Headers then you should copy the file "AppleScript.h"
  68.   into the "Mac #includes:Universal Headers:" folder.
  69.  
  70. Re-Precompiling the Precompiled Headers
  71. --------------------------------------
  72. You must re-precompile any precompiled headers with the new compilers. To
  73. re-precompile MacHeaders and MacHeaders++:
  74.  
  75. •••••••••
  76. IMPORTANT
  77. •••••••••
  78.  
  79. By default “Mac #includes.c” expects either the Universal Headers or the System 7.1
  80. headers that are included in Symantec C++ for Macintosh 7.0. If you updated to 7.0
  81. via the online updates then you should set the macro NEW_HEADERS_AVAILABLE
  82. in “Mac #includes.c” to 0 prior to precompiling your headers.
  83.  
  84.     1) Launch the THINK Project Manager and create an Empty project.
  85.     2) Open the file “Mac #includes.c” which is located in the “Mac #includes”
  86.       folder.
  87.     3) Choose ‘Precompile…’ from the Source menu. Save the precompiled header
  88.       as ‘MacHeaders’ replacing the one in the “Precompiled Headers” folder in
  89.       in the “Mac #includes” folder.
  90.     4) Repeat steps (2) and (3) for the file “Mac #includes.cpp”, saving it as
  91.       “MacHeaders++”.
  92.